gsk: Mark private symbol as static
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 26 Apr 2017 16:21:07 +0000 (17:21 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 26 Apr 2017 16:25:24 +0000 (17:25 +0100)
The ellipsis_contains_point() function is not used anywhere else.

gsk/gskroundedrect.c

index 888436438787150a5f882d2660d9cd229301bd53..75c4e5a8aed8b90f24883a8262132f5cce498953 100644 (file)
@@ -318,7 +318,7 @@ gsk_rounded_rect_is_rectilinear (const GskRoundedRect *self)
   return TRUE;
 }
 
-gboolean
+static gboolean
 ellipsis_contains_point (const graphene_size_t *ellipsis,
                          const graphene_point_t *point)
 {